Oracle Database Operations (10)-logical backup and recovery of databases (tables), oracle backup and recovery
Logical backup and recovery of databases (tables)-export
System can export
Logical backup (Data migration):Backup in Logical StructureMove data across usersMoving databases across databasesSave the original data state for the testVersion upgrade of a databaseConsiderations for Logical Export:EXP program in the directory found the same name file wil
Oracle backup is divided into two types:
Logical backup: expdp/impdp is only used to store the exported data. Therefore, only the data saved during Backup can be recovered,
Logical backup
Tags: Oracle training Oracle Tutorial Oracle video Oracle Video tutorial Oracle Database tutorial Oracle Video tutorial goals Oracle Video tutorial, wind Brother this set of
1. Rman Backup is the default check for physical bad blocks.
2. If you want to check for logical bad blocks, you can use the following statement:
$ Rman Target/rman> backup check logical validate database;
Note that the above statement is only checked and will not be backed up.
3. If you want to perform a
This article will introduce you to the oracle logic backup Export usage skills, and hope you can learn more about Export.
There are three standard backup methods for an ORACLE database: EXPORT (EXPORT), offline backup, and online backup
The ORACLE tutorial is the SH file of the logical backup of the Oracle database.Full Backup SH file: exp_comp.shRq = 'date + "% m % d "'Su-oracle-c "exp system/manager full = y inctype = complete file =/
There are three standard ways to back up an Oracle database: Export (export), offline backup, and online backup. The export method is a logical backup of the database, and the other two backup methods are physical file backups.Log
character set (possible charset conversion)List contents of import file only (yes/no): no gt;
Ignore create error due to object existence (yes/no): no gt; yes -- Ignore error prompt
Import grants (yes/no): yes gt;
Import table data (yes/no): yes gt;
Import entire export file (yes/no): no gt;Username: scott -- user to which the table belongs
Enter table (T) or partition (T: P) names. Null list means all tables for userEnter table (T) or partition (T: P) name or. if done:
. Importing SYS's o
to another user requires that the user has DBA authority, or imp_full_database Impuserid=system/[emailprotected] tables= (EMP) file=d:\ Xx.dmp Touser=scott 3. Import the structure of a table import only the structure of a table without importing data Impuserid=scott/[emailprotected] tables= (EMP) file=d:\xx.dmp rows=n 4. Import Data If an object (such as a table) already exists, you can import only the data for the table impuserid=scott/ [emailprotected] tables= ( EMP) File=d:\xx.dmp
1, logical backup and physical backup differences
1 Physical Backup: Backup data files and control files, backup the physical structure of the entire library, mainly for media recover
2 logi
The ORACLE tutorial is the SH file of the logical backup of the Oracle database.
Full backup SH file: exp_comp.sh
Rq = 'date + "% m % d "'
Su-oracle-c "exp system/manager full = y inctype = complete file =/
The Oracle tutorial being looked at is the sh file of the Oracle database logical backup.
SH file for full backup: exp_comp.sh
rq= ' date + '%m%d '
SU-ORACLE-C "Exp System/manager full=y inctype=complete file=/
The ORACLE tutorial is the SH file of the logical backup of the Oracle database.
Full backup SH file: exp_comp.sh
Rq = 'date + "% m % d "'
Su-oracle-c "exp system/manager full = y inctype = complete file =/
First, IntroductionA logical backup is the process of exporting the structure and data of a data object to a file using the tools export.Logical recovery refers to the process of importing a data object into a database using a backup file when the database object is damaged by mistake.Physical backups can be performed in the open state of the database or after th
SH file for full backup: exp_comp.sh
rq= ' date + '%m%d '
SU-ORACLE-C "Exp System/manager full=y inctype=complete file=/oracle/export/db_comp$rq.dmp"
SH file for cumulative backup: exp_cumu.sh
rq= ' date + '%m%d '
SU-ORACLE-C "Exp System/manager full=y inctype=cumulativ
Now I don't know how to write a title every time I write it. How can I use concise languages to express the problems I want to solve? I guess this title will help you understand it for a long time. Let's explain it first.
Now I don't know how to write a title every time I write it. How can I use concise languages to express the problems I want to solve? I guess this title will help you understand it for a long time. Let's explain it first.
Now I don't know how to write a title every time I
Oracle primary simple logical backup restoreNote:1, all commands run at the cmd command prompt (type EXP help=y or imp help=y for help information).2, the path folder must exist (in this case, the folder Oracleback must exist).To back up the fruit table under user ORCL separately:Exp Userid=xxk/password direct=y tables= (fruit) file=d:\oracleback\baktb_fruit20140
Full backup SH file: exp_comp.sh
Rq = 'date + "% m % d "'
Su-oracle-c "exp system/manager full = y inctype = complete file =/oracle/export/db_comp $ rq. dmp"
Cumulative backup SH file: exp_cumu.sh
Rq = 'date + "% m % d "'
Su-oracle-c "exp system/manager full = y inctype = cu
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.